Welcome![Sign In][Sign Up]
Location:
Search - c TO MATLAB

Search list

[matlabGMM_background_src

Description: 基于有限混合高斯模型的数据分类 1、使用基于有限高斯混合模型的EM算法对数据样本进行归类 2、使用C++或者Matlab语言编程环境实现该算法,并用给定的数据包对算法的正确性进行检验 -Gaussian mixture model based on limited data classification 1, using the finite Gaussian mixture model based on EM algorithm to classify the data samples 2, using the C++ or Matlab programming environment to realize the algorithm, and with a given data packet to the algorithm correctness testing
Platform: | Size: 5120 | Author: 路江 | Hits:

[matlabMatlab_Cpp_Programming

Description: 刘维的《精通Matlab与Cpp混合程序设计》。 本书主要介绍如何运用Matlab与C/C++进行混合程序设计。共分8章,主要包括:Matlab程序设计初步、Matlab编译器、Matlab与C语言的接口、生成可独立运行的Matlab程序、Visual C++调用Matlab程序、Matlab DotNet Builder与Visual C++、Matcom与C/C++以及Visual C++调用Mattab C++数学库。另外,附录中介绍有关动态链接库的基础知识。-By Liu Wei. This book describes how to use Matlab and C/C++ mixed programming. Is divided into eight chapters, including: Matlab programming initially, Matlab compiler, Matlab and C language interface, generates an independent run Matlab programs, Visual C++ calling Matlab program, Matlab DotNet Builder and Visual C++, Matcom and C/C++ and Visual C++ call Mattab C++ math library. In addition, the appendix introducing the basics of the dynamic link library.
Platform: | Size: 28489728 | Author: Ming | Hits:

[matlabplot3k

Description: Generate a 3D point plot of L=(x,y,z) using the values in the vector c to determine the color of each point. If c is empty, then z (column 3 of L) is used to color the plot. The data points are sorted so that plot3 is only called once for each group of points that map to the same color. The upper and lower limits of the color range (and the z axis) can be defined with crange. This is useful for creating a series of plots with the same coloring. The colormap (but not the colorbar) is flipped upside down if crange is given as [max min] instead of [min max]. The figure handle is returned if an output argument is given.-Generate a 3D point plot of L=(x,y,z) using the values in the vector c to determine the color of each point. If c is empty, then z (column 3 of L) is used to color the plot. The data points are sorted so that plot3 is only called once for each group of points that map to the same color. The upper and lower limits of the color range (and the z axis) can be defined with crange. This is useful for creating a series of plots with the same coloring. The colormap (but not the colorbar) is flipped upside down if crange is given as [max min] instead of [min max]. The figure handle is returned if an output argument is given.
Platform: | Size: 4096 | Author: Jeff | Hits:

[Special Effectsimageprocessing(vcandmatlab)

Description: 《visual c++matlab图像处理与识别实用案例精选》源码,一共13章,几乎涵盖了数字图像处理的所有处理类别,各种实现包含C++和matlab两种代码,都已经编译通过,下载就可以直接运行。很难找的哦!-" Visual c++ matlab image processing and recognition of the practical case selected" source, a total of 13 chapters, covering almost all the processing of digital image processing categories, all realized with both C++ and matlab code, have been compiled, downloaded to can be directly run. Very difficult to find Oh!
Platform: | Size: 4793344 | Author: zyh | Hits:

[matlabGPS-Matlab

Description: 一个GPS课程的全部代码,含有数据!很实用-MATLAB GPS SCRIPTS-- Charles Meertens and Doug Miller, U. Utah 3Jan95 These scripts were developed for/during a class in GPS and Active Tectonics Department of Geology and Geophysics, U. Utah, Spring, 1994 EXAMPLE RINEX Files (the only ones guaranteed to work this release) CUR10911.94N CUR10911.94O PAR10910.94N PAR10910.94O Main Program scripts: gpshora.m -- function to calculate Modified Julian Day, Homework#1 HW2.m -- Homework#2 read RINEX observation file and plot C/A code vrs. time HW3_plt.m-- Homework#3 read RINEX navigation file, plot satellite positions HW3_3dplt.m-- Same as HW3_plt.m, but 3d position plots HW4.m-- Homework#4 calculate and plot station position as function of time Functions called: calc_nav.m-- calculate satellite position calc_pos1.m-- calculate station position constants.m-- GPS constants coords.m-- convert x,y,z coordinates to lat, long, height date2j.m-- calculate MDJ eccenr.m-- calculate "E" anomally read_nav.m-- Read RINEX Nav file r
Platform: | Size: 816128 | Author: 王楠 | Hits:

[Special EffectsThe-level-set-C-V-model

Description: 水平集C-V模型,用水平集算法实现三幅图像的自动分割。-The level set C- V model,with the level set algorithm to realize three image segmentation
Platform: | Size: 19456 | Author: chen | Hits:

[matlabLDPC--C

Description: 此为C++环境下的LDPC编译码的完整的源代码。常用于通信系统的编译码仿真过程。有助于各种项目的完成。-This is the C++ environment LDPC coding and decoding of the complete source code. Commonly used in the encoding and decoding communication system simulation. Contribute to the completion of various projects.
Platform: | Size: 1489920 | Author: 黄珊琳 | Hits:

[matlabCODE

Description: 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序是下载的一个通用的虹膜识别程序,可以运行 5 GML_AdaBoost_Matlab_Toolbox是一个很好用的adaboost matlab工具箱 6 libsvm-mat-2.91-1 是用C编写的改进的SVM程序,代码质量很高,提供了matlab接口 7 SIFT_Matlab 是编写的利用sift特征进行的宽基线匹配,代码质量高 8 FLDfisher 是利用fisher 线性降维方法进行人脸识别-1.GeometricContext file is complete the picture in the geometric direction of target classification. References " Automatic Photo Pop-up" Hoiem 2005 2 GrabCut the target file is an interactive segmentation of image reference " " GrabCut " - Interactive Foreground Extraction using Iterated Graph Cuts" C. Rother 2004 3 HOG documents prepared under their own HOG Characteristics of pedestrian detection matlab code 4 iris recognition process is to download a general iris recognition program, you can run 5 GML_AdaBoost_Matlab_Toolbox is a good use of adaboost matlab toolbox 6 libsvm-mat-2.91-1 is written in C to improve the SVM procedures, code of high quality, provides a matlab interface to 7 SIFT_Matlab is prepared for the use of sift features a wide baseline matching, the code is the use of high quality 8 FLDfisher fisher linear dimension reduction method for face recognition
Platform: | Size: 6918144 | Author: 张数 | Hits:

[matlabmatlab

Description: C-W节约法的matlab实现源代码,解决vrp问题-CW Conservation Act of matlab implementation source code, to solve the problem vrp
Platform: | Size: 3072 | Author: JQ | Hits:

[matlabVC-Matlab

Description: 详细阐述了vc和MATLAB混合编程的实现方式,方法,学会如何在matlab中用c语言进行编程开发-Elaborated vc mixed programming and MATLAB implementations, methods, learn how to matlab programming using c language development
Platform: | Size: 105472 | Author: 任天祥 | Hits:

[matlabExplored-how-to-use-C-Sharp-call-Matlab

Description: 初步探索如何使用Visual C#调用Matlab,便于大家学习。-Explored how to use Visual C# to call Matlab, and to facilitate them to learn.
Platform: | Size: 6144 | Author: changyanhui | Hits:

[matlabMATLAB.Programming

Description: matlab 编程的基本介绍,从入门到净通,全在这了-The first text of its kind, Stephen Chapman s best selling book on MATLAB has now been updated to reflect MATLAB 6.0. The first edition has been highly successful in engineering schools where introductory programming is taught using MATLAB rather than a traditional programming language. Although C, C++, and Java suit the needs of computer science students well, most engineering students will not be programmers by trade. Engineering students use computer tools to perform complex tasks such as scientific calculations, data analysis, simulations, and visualization: all skills students will use again in upper level classes. MATLAB provides several built in toolkits to help students accomplish these tasks, as well as an integrated devlopment environment. This book is distinctly unique from other MATLAB books in two ways. First, it is an introduction to MATLAB as a technical programming language rather than an introduction to the MATLAB environment. The author includes numerous pedagogical t
Platform: | Size: 1651712 | Author: shzhlwwg | Hits:

[matlabC-plus-with-matlab-experimentation-using-matlab.p

Description: this document explain how to do image processing related stuff in matlab at the same time interfacing C++ and matlab code.It is useful for beginners only and not for the expert people-this document explain how to do image processing related stuff in matlab at the same time interfacing C++ and matlab code.It is useful for beginners only and not for the expert people
Platform: | Size: 321536 | Author: bruce | Hits:

[Othersimulink-to-generate-C-code

Description: simulink生成C代码 matlab转成c代码-simulink to generate C code
Platform: | Size: 733184 | Author: | Hits:

[OtherFoundational-Approach-to-C_MATLAB

Description: Springer - Programming for Engineers - Foundational Approach to Learning C and MATLAB (Bradley 2011)-Springer- Programming for Engineers- Foundational Approach to Learning C and MATLAB (Bradley 2011)
Platform: | Size: 1830912 | Author: mabaoquan | Hits:

[Program doccmex

Description: interface C++ to Matlab
Platform: | Size: 245760 | Author: pham.quyetzeta | Hits:

[Otherthe-guidance-of-S-Funtion-in-Matlab

Description: 阐述了S-Funtion的功能,如何使用,可以用C语言等程序编写自己的S-Funtion。扩展自己的Simulink性能。-Expound the fution of S-Funtion,and how to use it.you also can use C to make your own S-Funtion.So,you can expand the performance of Simulink.
Platform: | Size: 1099776 | Author: 梅芬 | Hits:

[AI-NN-PR解凸规划的Matlab工具箱CVX

Description: 解凸规划的Matlab工具箱CVX,包含使用文档 如: m = 20; n = 10; p = 4; A = randn(m,n); b = randn(m,1); C = randn(p,n); d = randn(p,1); e = rand; cvx_begin variable x(n) minimize( norm( A * x - b, 2 ) ) subject to C * x == d norm( x, Inf ) <= e cvx_end
Platform: | Size: 7430725 | Author: 943163808@qq.com | Hits:

[Software EngineeringMATLAB-CPP

Description: 用实例演示如何在matlab中调用c++,适用于初学者,很好的例子-With examples demonstrate how to call c++ in matlab for beginners, a good example
Platform: | Size: 153600 | Author: 风清 | Hits:

[OtherHow-to-Use-Matlab-in-C-programs

Description: matlab教程 英文原版 How to Use Matlab in C programs-matlab tutorial English original How to Use Matlab in C programs
Platform: | Size: 214016 | Author: | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net